home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 7: Sunsite
/
Linux Cubed Series 7 - Sunsite Vol 1.iso
/
system
/
linux-bo
/
dless-li
/
root.swa
/
etc
/
rc.d
/
rc.K
< prev
next >
Wrap
Text File
|
1995-04-26
|
390b
|
18 lines
#! /bin/sh
#
# rc.K This file is executed by init(8) when the system is being
# brought down to single user mode. It reverses things
# set up by rc.M, such as unmounting file systems.
#
# Version: @(#)/etc/rc.d/rc.S 1.01 03/10/93
#
# Author: Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
#
# Stop swapping
/sbin/swapoff -a
# Unmount all file systems
/sbin/umount -a